I cant execute pdf genration python command form PHP
I give python command using php
exec("xyz.py" .query );
Some part of my code run and create also html file and text file but in some other part of my code is not running and not creating pdf from php via web browser. But when i run same python file from folder they create all three file : .txt, html , pdf files. Please help me
You must be logged in to post. Please login or register an account.
I really cannot help much here. It sounds like maybe not all of your script is working in some situations, but you're involving php which is something I know almost nothing about.
-Harrison 9 years ago
You must be logged in to post. Please login or register an account.